home *** CD-ROM | disk | FTP | other *** search
- Path: news.netvision.net.il!usenet
- From: Gregory Karpinsky <karpinsk@netvision.net.il>
- Newsgroups: comp.lang.c++
- Subject: [Q] Inline gives "unresolved" in MSVC (Beginner)
- Date: 1 Jan 1996 05:19:29 GMT
- Organization: NetVision LTD.
- Message-ID: <4c7qt1$4lg@news.netvision.net.il>
- NNTP-Posting-Host: ts3kp14.netvision.net.il
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
-
- Hi!
-
- I've got a method declared in a .hpp and its body - in the
- corresponding .cpp. Everything works OK until I add the "inline"
- word to the method. Then I get linker error "unresolved...<my method>.
- I'm using MSVC 1.52
-
- Thanx,
- Greg
-
-